Defines the options for redacting content in PDF files.

Full documentation

Initializes a new PDFContentRedactionOptions object.

Full documentation

Gets the type of the redacted content.

Full documentation

Gets a value indicating whether characters that fit partially the redaction area should be redacted.

Full documentation

Gets the pixels color in redacted images.

Full documentation

Gets the redaction color.

Full documentation

Sets the type of the redacted content.

Full documentation

Sets a value indicating whether characters that fit partially the redaction area should be redacted.

Full documentation

Sets the pixels color in redacted images.
Note: The library will try to set the redacted pixels in an image to this color if possible. If not possible, the redacted pixels will be set to 0. Also due to the PDF internal color transformations that can be applied to an image, the final visible color of the redacted pixels might not match this color.

Full documentation

Sets the redaction color.

Full documentation